go/types.termlist.isEmpty (method)
8 uses
go/types (current package)
termlist.go#L42: func (xl termlist) isEmpty() bool {
termlist.go#L108: if xl.isEmpty() || yl.isEmpty() {
termlist.go#L153: if yl.isEmpty() {
termlist.go#L154: return xl.isEmpty()
typeset.go#L36: func (s *_TypeSet) IsEmpty() bool { return s.terms.isEmpty() }
typeset.go#L105: func (s *_TypeSet) hasTerms() bool { return !s.terms.isEmpty() && !s.terms.isAll() }
typestring.go#L375: case s.terms.isEmpty():
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)